From 3b43951ba4da9869e5f79f674e8c8a2fc16c78a9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 20 Jun 2015 20:29:18 -0400 Subject: [PATCH] Pacify gobject-introspection gobject-introspection complains about the parameter names of vfuncs. Why, you ask ? No idea. --- gtk/gtkfontchooser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkfontchooser.h b/gtk/gtkfontchooser.h index 98e3baf7e2..8ca690f6ca 100644 --- a/gtk/gtkfontchooser.h +++ b/gtk/gtkfontchooser.h @@ -72,7 +72,7 @@ struct _GtkFontChooserIface /* More methods */ void (* set_font_map) (GtkFontChooser *fontchooser, - PangoFontMap *map); + PangoFontMap *fontmap); PangoFontMap * (* get_font_map) (GtkFontChooser *fontchooser); /* Padding */ -- 2.30.2